setChannelId

@NonNull
open fun setChannelId(@Nullable channelId: @Nullable String): @NonNull NotificationCompat.TvExtender(source)

Specifies the channel the notification should be delivered on when shown on TV. It can be different from the channel that the notification is delivered to when posting on a non-TV device.

Return

The object for method chaining.

Parameters

channelId

The channelId to use in the tv notification.